home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu086.dms / pu086.adf / bin / top.doc < prev    next >
Text File  |  1990-12-02  |  938b  |  51 lines

  1.  
  2.   (c) 1990 S.Hawtin.
  3.   Permission is granted to copy this file provided that:
  4.    1) It is not used for commercial gain
  5.    2) This notice is included in all copies
  6.    3) Altered copies are marked as such.
  7.  
  8.   No liability is accepted for the contents of the file.
  9.  
  10.   top.doc       within     top
  11.  
  12. TOP
  13.  
  14.     top [-dvfbp] infile [outfile]
  15.  
  16.   This program optimises assembly code programs, the options have the 
  17. following meanings
  18.  
  19.     -d
  20.  
  21.   Print out debug information while the program runs.
  22.  
  23.     -b
  24.  
  25.   Don't do "brev" optimisation on the code.
  26.  
  27.     -p
  28.  
  29.   Don't bother doing "peep hole" optimisation on the code.
  30.  
  31.     -f
  32.  
  33.   Don't do the control flow optimisations.
  34.  
  35.     -v
  36.  
  37.   Print out a large ammount of information about what the program is doing.  
  38. This sets the program into verbose mode.
  39.  
  40.     infile
  41.  
  42.   The input file
  43.  
  44.     outfile
  45.  
  46.   The output file
  47.  
  48.  
  49.   If you want full details examine the source code on the "NorthC Examples:" 
  50. disk.
  51.